home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / GRP_CVTR / REALIZ10 / POV.BAT < prev    next >
DOS Batch File  |  1994-06-18  |  902b  |  13 lines

  1. @echo off
  2. rem ┌───────────────────────────────────────────────────────────────────┐
  3. rem │ Alter the next line to indicate the directory where povray.exe is:│
  4. rem │  (Note that there are 2 places where the directory occurs.)       │
  5. rem └───────────────────────────────────────────────────────────────────┘
  6. \povray\povray.exe +l\povray\include +l\realize\lib +d +a0.5 -p +x +ft -i%1.pov -o%1.tga -w640 -h480  %2
  7. rem ┌───────────────────────────────────────────────────────────────────┐
  8. rem │ You may also alter the size of the image to increase quality      │
  9. rem │ see sample line below (image to 800x600):                         │
  10. rem │   (Also note that the command line is over 80 characters wide.)   │
  11. rem └───────────────────────────────────────────────────────────────────┘
  12. rem \povray\povray.exe +l\povray\include +l\realize\lib +d +a0.5 -p +x +ft -i%1.pov -o%1.tga -w800 -h600  %2
  13.